home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 10 / FreelogHS10.iso / Apprendre / Trainers / id86.swf / scripts / DefineButton2_221 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2002-02-16  |  199b  |  6 lines

  1. on(rollOver){
  2.    set("_root.ReportScreen.CorrectBox",_root.CorrectBox);
  3.    set("_root.ReportScreen.IncorrectBox",_root.IncorrectBox);
  4.    set("_root.ReportScreen.PercentBox",_root.PercentBox);
  5. }
  6.